jmlparser-parent
Toggle table of contents
3.28.2-J8.0-K13.5-SNAPSHOT
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
jmlparser-parent
web
/
[root]
Package-level
declarations
Types
Functions
Properties
Types
Default
Page
Link copied to clipboard
open
class
DefaultPage
:
Template
<
HTML
>
Properties
version
Link copied to clipboard
const
val
version
:
String
Functions
accordion
Link copied to clipboard
inline
fun
FlowContent
.
accordion
(
title
:
String
=
""
,
icon
:
String
=
""
,
isOpen
:
Boolean
=
false
,
crossinline
block
:
DIV
.
(
)
->
Unit
)
main
Link copied to clipboard
fun
main
(
)
spectre
Check
Box
Link copied to clipboard
inline
fun
FlowOrInteractiveOrPhrasingContent
.
spectreCheckBox
(
name
:
String
?
=
null
,
label
:
String
=
""
,
crossinline
block
:
INPUT
.
(
)
->
Unit
)